home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / tutor / mor20.exe / pak / LESSON.BAT < prev    next >
DOS Batch File  |  1991-09-18  |  445b  |  27 lines

  1. echo off
  2. cls
  3. if not exist MORSE.EXE goto msg
  4. if exist TEACH.COM goto ok
  5. :msg
  6. echo  
  7. echo  
  8. echo  
  9. echo  
  10. echo  
  11. echo  
  12. echo  
  13. echo  
  14. echo  
  15. echo  
  16. echo             The two programs MORSE.EXE and TEACH.COM must be in
  17. echo             the same(default) directory, or on the same disk as
  18. echo             this as this program. 
  19. echo  
  20. goto end
  21. :ok
  22. TEACH
  23. if not errorlevel 5 goto end
  24. MORSE MORSE.TMP 5
  25. erase MORSE.TMP
  26. :end
  27.